home *** CD-ROM | disk | FTP | other *** search
- /*================================================*/
- /* TV_CLOSE.C */
- /* */
- /* (c) Copyright 1988 Ralf Brown */
- /* All Rights Reserved */
- /* May be freely copied for noncommercial use, */
- /* provided that this copyright notice remains */
- /* intact and any changes are indicated in the */
- /* comment blocks preceding functions */
- /*================================================*/
-
- #include "tvapi.h"
-
- /*================================================*/
- /* _TV_object_close close an object */
- /* Ralf Brown 7/12/88 */
- /*================================================*/
-
- void pascal _TV_object_close(OBJECT obj)
- {
- if (TVisobj(obj))
- TVsendmsg0(CLOSE_MSG, TOS, obj) ;
- }
-
- /* End of TV_CLOSE.C */
-